home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / jmedia20.zip / MENU2.J < prev    next >
Text File  |  1996-11-01  |  2KB  |  98 lines

  1. 'menu2.j
  2. 'sample bbs menu with Windows ico files inserted directly into the script
  3.  
  4. KillMouseFields
  5. ResetWindows
  6. TextWindow 0 0 0 0 0 0
  7.  
  8. 'create custom fill pattern
  9. FillPattern 193 181 150 145 167 163 165 203 LightBlue
  10. Bar 0 0 639 349
  11.  
  12. 'break screen into 128x100 area
  13. SetDimensions 640 350 128 100
  14.  
  15. 'create shadow boxes
  16. FillPattern 193 181 150 145 167 163 165 203 Blue
  17. Bar 4 4 +123 +15
  18.  
  19. Bar 4 28 +123 +64
  20. Bar 66 97 +61 +18
  21.  
  22. 'create title box
  23. Wizard 2 2 +124 +15 c:\jmedia\BOX1.wiz
  24. FontStyle 1 HorizDir 4
  25. Color Black
  26. TextXY 3 2 RIPOMATIC BBS
  27.  
  28. 'create info box
  29. Wizard 64 95 +62 +18 c:\jmedia\Box1.wiz
  30.  
  31. 'add sysop icon
  32. InsertIco 73 98 c:\jmedia\sysop.ico
  33. Mouse 73 98 +6 +8 0 0 p^M
  34. FontStyle Default HorizDir 1
  35. Color Black
  36. TextXY 68 108 Page Sysop
  37.  
  38. 'add help icon
  39. InsertIco 92 98 c:\jmedia\Help.ico
  40. Mouse 92 98 +6 +8 0 0 h^M
  41. Color Black
  42. TextXY 92 108 Help
  43.  
  44. 'add logoff icon
  45. InsertIco 110 98 c:\jmedia\logoff.ico
  46. Mouse 110 98 +6 +8 0 0 g^M
  47. Color Black
  48. TextXY 107 108 Goodbye
  49.  
  50. 'create metallic window
  51. Wizard 2 25 +124 +65 c:\jmedia\METWIN.wiz
  52. FontStyle Default HorizDir 1
  53. Color Black
  54. TextXY 3 27 MAIN MENU
  55.  
  56. 'set button fields
  57. ButtonStyle.Mouse ON
  58. ButtonStyle.UnderLine ON
  59. ButtonStyle.HighLightKey ON
  60. ButtonStyle.LeftJustify ON
  61. ButtonStyle.Bevel OFF
  62. ButtonStyle.Recess OFF
  63. ButtonStyle.Chisel OFF
  64.  
  65. ButtonStyle.Bright DarkGray
  66. ButtonStyle.Dark White
  67. ButtonStyle.Width 190
  68. ButtonStyle.Height 20
  69. ButtonStyle.DFore Black
  70. ButtonStyle.DBack LightGray
  71. ButtonStyle.ULineCol Red
  72. ButtonStyle
  73.  
  74. 'paste button commands
  75. Button 5 33 0 0 f <>File Directories<>f^M
  76. Button 5 41 0 0 d <>Download A File<>d^M
  77. Button 5 49 0 0 u <>Upload A File<>u^M
  78. Button 5 57 0 0 l <>Locate A File<>l^M
  79. Button 5 65 0 0 z <>Zippy Text Search<>z^M
  80. Button 5 73 0 0 t <>Transfer Protocol<>t^M
  81. Button 5 81 0 0 n <>New Files<>n^M
  82.  
  83. Button 45 33 0 0 a <>Abandon Conference<>a^M
  84. Button 45 41 0 0 c <>Comment to Sysop<>c^M
  85. Button 45 49 0 0 e <>Enter A Message<>e^M
  86. Button 45 57 0 0 j <>Join A Conference<>j^M
  87. Button 45 65 0 0 q <>Quick Message Scan<>q^M
  88. Button 45 73 0 0 r <>Read Messages<>r^M
  89. Button 45 81 0 0 y <>Your Personal Mail<>y^M
  90.  
  91. Button 85 33 0 0 b <>Bulletins<>b^M
  92. Button 85 41 0 0 s <>Script Questionnaire<>s^M
  93. Button 85 49 0 0 v <>View Your Stats<>v^M
  94. Button 85 57 0 0 x <>Xpert Mode Toggle<>x^M
  95.  
  96. Button 85 65 0 0 p <>Page Length<>p^M
  97. Button 85 73 0 0 i <>Initial Logon Screen<>i^M
  98.